Skip to main content

MLX

Quickstart | Installation | Documentation | Examples

CircleCI

MLX is an array framework for machine learning on Apple silicon, brought to you by Apple machine learning research.

Some key features of MLX include:

  • Familiar APIs: MLX has a Python API that closely follows NumPy. MLX also has fully featured C++, C, and Swift APIs, which closely mirror the Python API. MLX has higher-level packages like mlx.nn and mlx.optimizers with APIs that closely follow PyTorch to simplify building more complex models.

  • Composable function transformations: MLX supports composable function transformations for automatic differentiation, automatic vectorization, and computation graph optimization.

  • Lazy computation: Computations in MLX are lazy. Arrays are only materialized when needed.

  • Dynamic graph construction: Computation graphs in MLX are constructed dynamically. Changing the shapes of function arguments does not trigger slow compilations, and debugging is simple and intuitive.

  • Multi-device: Operations can run on any of the supported devices (currently the CPU and the GPU).

  • Unified memory: A notable difference from MLX and other frameworks is the unified memory model. Arrays in MLX live in shared memory. Operations on MLX arrays can be performed on any of the supported device types without transferring data.

MLX is designed by machine learning researchers for machine learning researchers. The framework is intended to be user-friendly, but still efficient to train and deploy models. The design of the framework itself is also conceptually simple. We intend to make it easy for researchers to extend and improve MLX with the goal of quickly exploring new ideas.

The design of MLX is inspired by frameworks like NumPy, PyTorch, Jax, and ArrayFire.

Examples

The MLX examples repo has a variety of examples, including:

Quickstart

See the quick start guide in the documentation.

Installation

MLX is available on PyPI. To install MLX on macOS, run:

pip install mlx

To install the CUDA backend on Linux, run:

pip install mlx[cuda]

To install a CPU-only Linux package, run:

pip install mlx[cpu]

Checkout the documentation for more information on building the C++ and Python APIs from source.

Contributing

Check out the contribution guidelines for more information on contributing to MLX. See the docs for more information on building from source, and running tests.

We are grateful for all of our contributors. If you contribute to MLX and wish to be acknowledged, please add your name to the list in your pull request.

Citing MLX

The MLX software suite was initially developed with equal contribution by Awni Hannun, Jagrit Digani, Angelos Katharopoulos, and Ronan Collobert. If you find MLX useful in your research and wish to cite it, please use the following BibTex entry:

@software{mlx2023,
  author = {Awni Hannun and Jagrit Digani and Angelos Katharopoulos and Ronan Collobert},
  title = {{MLX}: Efficient and flexible machine learning on Apple silicon},
  url = {https://github.com/ml-explore},
  version = {0.0},
  year = {2023},
}

Release files for mlx 0.32.2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Built distributions (wheels)

Table of built distributions (wheels) for mlx 0.32.2
File
mlx-0.32.2-cp314-cp314t-win_arm64.whl CPython 3.14 CPython 3.14 free-threading Windows ARM64 Details
mlx-0.32.2-cp314-cp314t-win_amd64.whl CPython 3.14 CPython 3.14 free-threading Windows x86-64 Details
mlx-0.32.2-cp314-cp314t-manylinux_2_35_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.35+ x86-64 Details
mlx-0.32.2-cp314-cp314t-manylinux_2_35_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.35+ ARM64 Details
mlx-0.32.2-cp314-cp314t-macosx_26_0_arm64.whl CPython 3.14 CPython 3.14 free-threading macOS 26.0+ ARM64 Details
mlx-0.32.2-cp314-cp314t-macosx_15_0_arm64.whl CPython 3.14 CPython 3.14 free-threading macOS 15.0+ ARM64 Details
mlx-0.32.2-cp314-cp314t-macosx_14_0_arm64.whl CPython 3.14 CPython 3.14 free-threading macOS 14.0+ ARM64 Details
mlx-0.32.2-cp314-cp314-win_arm64.whl CPython 3.14 CPython 3.14 Windows ARM64 Details
mlx-0.32.2-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
mlx-0.32.2-cp314-cp314-manylinux_2_35_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.35+ x86-64 Details
mlx-0.32.2-cp314-cp314-manylinux_2_35_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.35+ ARM64 Details
mlx-0.32.2-cp314-cp314-macosx_26_0_arm64.whl CPython 3.14 CPython 3.14 macOS 26.0+ ARM64 Details
mlx-0.32.2-cp314-cp314-macosx_15_0_arm64.whl CPython 3.14 CPython 3.14 macOS 15.0+ ARM64 Details
mlx-0.32.2-cp314-cp314-macosx_14_0_arm64.whl CPython 3.14 CPython 3.14 macOS 14.0+ ARM64 Details
mlx-0.32.2-cp313-cp313t-win_arm64.whl CPython 3.13 CPython 3.13 free-threading Windows ARM64 Details
mlx-0.32.2-cp313-cp313t-win_amd64.whl CPython 3.13 CPython 3.13 free-threading Windows x86-64 Details
mlx-0.32.2-cp313-cp313t-manylinux_2_35_x86_64.whl CPython 3.13 CPython 3.13 free-threading Linux glibc 2.35+ x86-64 Details
mlx-0.32.2-cp313-cp313t-manylinux_2_35_aarch64.whl CPython 3.13 CPython 3.13 free-threading Linux glibc 2.35+ ARM64 Details
mlx-0.32.2-cp313-cp313t-macosx_26_0_arm64.whl CPython 3.13 CPython 3.13 free-threading macOS 26.0+ ARM64 Details
mlx-0.32.2-cp313-cp313t-macosx_15_0_arm64.whl CPython 3.13 CPython 3.13 free-threading macOS 15.0+ ARM64 Details
mlx-0.32.2-cp313-cp313t-macosx_14_0_arm64.whl CPython 3.13 CPython 3.13 free-threading macOS 14.0+ ARM64 Details
mlx-0.32.2-cp313-cp313-win_arm64.whl CPython 3.13 CPython 3.13 Windows ARM64 Details
mlx-0.32.2-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
mlx-0.32.2-cp313-cp313-manylinux_2_35_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.35+ x86-64 Details
mlx-0.32.2-cp313-cp313-manylinux_2_35_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.35+ ARM64 Details
mlx-0.32.2-cp313-cp313-macosx_26_0_arm64.whl CPython 3.13 CPython 3.13 macOS 26.0+ ARM64 Details
mlx-0.32.2-cp313-cp313-macosx_15_0_arm64.whl CPython 3.13 CPython 3.13 macOS 15.0+ ARM64 Details
mlx-0.32.2-cp313-cp313-macosx_14_0_arm64.whl CPython 3.13 CPython 3.13 macOS 14.0+ ARM64 Details
mlx-0.32.2-cp312-cp312-win_arm64.whl CPython 3.12 CPython 3.12 Windows ARM64 Details
mlx-0.32.2-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
mlx-0.32.2-cp312-cp312-manylinux_2_35_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.35+ x86-64 Details
mlx-0.32.2-cp312-cp312-manylinux_2_35_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.35+ ARM64 Details
mlx-0.32.2-cp312-cp312-macosx_26_0_arm64.whl CPython 3.12 CPython 3.12 macOS 26.0+ ARM64 Details
mlx-0.32.2-cp312-cp312-macosx_15_0_arm64.whl CPython 3.12 CPython 3.12 macOS 15.0+ ARM64 Details
mlx-0.32.2-cp312-cp312-macosx_14_0_arm64.whl CPython 3.12 CPython 3.12 macOS 14.0+ ARM64 Details
mlx-0.32.2-cp311-cp311-win_arm64.whl CPython 3.11 CPython 3.11 Windows ARM64 Details
mlx-0.32.2-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
mlx-0.32.2-cp311-cp311-manylinux_2_35_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.35+ x86-64 Details
mlx-0.32.2-cp311-cp311-manylinux_2_35_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.35+ ARM64 Details
mlx-0.32.2-cp311-cp311-macosx_26_0_arm64.whl CPython 3.11 CPython 3.11 macOS 26.0+ ARM64 Details
mlx-0.32.2-cp311-cp311-macosx_15_0_arm64.whl CPython 3.11 CPython 3.11 macOS 15.0+ ARM64 Details
mlx-0.32.2-cp311-cp311-macosx_14_0_arm64.whl CPython 3.11 CPython 3.11 macOS 14.0+ ARM64 Details
mlx-0.32.2-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
mlx-0.32.2-cp310-cp310-manylinux_2_35_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.35+ x86-64 Details
mlx-0.32.2-cp310-cp310-manylinux_2_35_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.35+ ARM64 Details
mlx-0.32.2-cp310-cp310-macosx_26_0_arm64.whl CPython 3.10 CPython 3.10 macOS 26.0+ ARM64 Details
mlx-0.32.2-cp310-cp310-macosx_15_0_arm64.whl CPython 3.10 CPython 3.10 macOS 15.0+ ARM64 Details
mlx-0.32.2-cp310-cp310-macosx_14_0_arm64.whl CPython 3.10 CPython 3.10 macOS 14.0+ ARM64 Details

Total release size: 31.4 MB

Release files / mlx-0.32.2-cp314-cp314t-win_arm64.whl

Download URL mlx-0.32.2-cp314-cp314t-win_arm64.whl
Size 638.7 kB
Tags CPython 3.14 CPython 3.14 free-threading Windows ARM64
SHA-256 checksum
How to use checksums
b4e34c337403e788900dea304453b52760134716ce7ef9fef4553ffe6c6c456b
BLAKE2b-256 checksum
How to use checksums
f2efea528d5f51c7cf072f3bdda60d654d94364bb405bd31e566687bebd7b899
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.

Transparency log

Release files / mlx-0.32.2-cp314-cp314t-win_amd64.whl

Download URL mlx-0.32.2-cp314-cp314t-win_amd64.whl
Size 672.3 kB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
52e2912df37d5712947fafa1c9949da6a15c8cd5fa6eeb837aa42900a3619489
BLAKE2b-256 checksum
How to use checksums
cf477dd7a3fd333859601e191f1d75afefa64115c1ec4b6862d03ada300a8aa6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.

Transparency log

Release files / mlx-0.32.2-cp314-cp314t-manylinux_2_35_x86_64.whl

Download URL mlx-0.32.2-cp314-cp314t-manylinux_2_35_x86_64.whl
Size 751.1 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.35+ x86-64
SHA-256 checksum
How to use checksums
4a1738951f6209c7c6a7d45a1c0192217ddd76cf7285433e22677b7a98fc3f62
BLAKE2b-256 checksum
How to use checksums
6e1d651010dcf9159a5ad79e60a91e5c9f497ca81f243cc7b017bcdc44c8875e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.

Transparency log

Release files / mlx-0.32.2-cp314-cp314t-manylinux_2_35_aarch64.whl

Download URL mlx-0.32.2-cp314-cp314t-manylinux_2_35_aarch64.whl
Size 695.2 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.35+ ARM64
SHA-256 checksum
How to use checksums
41f436cd8dd2e052ed0eba0cbc3b7aa65069aed294c74c636a00d14e85352fca
BLAKE2b-256 checksum
How to use checksums
07a475e347cb300db2dd697003425972b2edf253fd057662a34752920cc25ede
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.

Transparency log

Release files / mlx-0.32.2-cp314-cp314t-macosx_26_0_arm64.whl

Download URL mlx-0.32.2-cp314-cp314t-macosx_26_0_arm64.whl
Size 645.1 kB
Tags CPython 3.14 CPython 3.14 free-threading macOS 26.0+ ARM64
SHA-256 checksum
How to use checksums
94f4bba2183f6875f5f6de3e78939da1471626f2458c16a7ae6b494df8899d8e
BLAKE2b-256 checksum
How to use checksums
9c8e45e8796e4be713a0126cdbe9a57cd2a89e6e91b034f89e4f6c42bd3f15df
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.

Transparency log

Release files / mlx-0.32.2-cp314-cp314t-macosx_15_0_arm64.whl

Download URL mlx-0.32.2-cp314-cp314t-macosx_15_0_arm64.whl
Size 645.2 kB
Tags CPython 3.14 CPython 3.14 free-threading macOS 15.0+ ARM64
SHA-256 checksum
How to use checksums
0007e4a071756c07c79f4762aa6ccc1d646da2621f5221f4467ee9419733e0e4
BLAKE2b-256 checksum
How to use checksums
8716ab4dad1e575c7b44283754bb70f6a24b14f4cba646dc4c605b6c49a8a376
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.

Transparency log

Release files / mlx-0.32.2-cp314-cp314t-macosx_14_0_arm64.whl

Download URL mlx-0.32.2-cp314-cp314t-macosx_14_0_arm64.whl
Size 645.2 kB
Tags CPython 3.14 CPython 3.14 free-threading macOS 14.0+ ARM64
SHA-256 checksum
How to use checksums
1a76fa10040ceb6b119f015e5edce7678387f2c73ec51818cfc1a22441910795
BLAKE2b-256 checksum
How to use checksums
135d2eb0b70061ba2f82c5c0f9cff4d60f502c014b5e15c8ede9e47ecff7eda4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.

Transparency log

Release files / mlx-0.32.2-cp314-cp314-win_arm64.whl

Download URL mlx-0.32.2-cp314-cp314-win_arm64.whl
Size 621.4 kB
Tags CPython 3.14 Windows ARM64
SHA-256 checksum
How to use checksums
8668d79d528753ebcb05c3cb8c4fb7a34800bee3f67f216202402f1301f71866
BLAKE2b-256 checksum
How to use checksums
00ab384bffa6cd275381e1e2b682a7c81e1dbc3fa03a64d0a0e28bddabfb2d4c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.

Transparency log

Release files / mlx-0.32.2-cp314-cp314-win_amd64.whl

Download URL mlx-0.32.2-cp314-cp314-win_amd64.whl
Size 636.0 kB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
2382f3be0f254eb44f7e8571e9e7ff60f88d55ac2f95d0a141d8f997e4f487f0
BLAKE2b-256 checksum
How to use checksums
7b2ea6bb6b24d9e124c922fdfab4850e9c89494982f5ff88ef0e3a14f007ae97
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.

Transparency log

Release files / mlx-0.32.2-cp314-cp314-manylinux_2_35_x86_64.whl

Download URL mlx-0.32.2-cp314-cp314-manylinux_2_35_x86_64.whl
Size 743.2 kB
Tags CPython 3.14 Linux glibc 2.35+ x86-64
SHA-256 checksum
How to use checksums
c0abc76090607b3522faad3e73580c5c5aff12158074297647508d8ab2ec035d
BLAKE2b-256 checksum
How to use checksums
0c9284c6d75147224d53210b0195cfaa7b92101c2b911a3b9dbee69df0f4b2c1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.

Transparency log

Release files / mlx-0.32.2-cp314-cp314-manylinux_2_35_aarch64.whl

Download URL mlx-0.32.2-cp314-cp314-manylinux_2_35_aarch64.whl
Size 681.0 kB
Tags CPython 3.14 Linux glibc 2.35+ ARM64
SHA-256 checksum
How to use checksums
5304e5db83d982d88cac54449b34daf4e928646c6ded8799a171f6966cb253a6
BLAKE2b-256 checksum
How to use checksums
55f436f3d90117dfbc5d8d537165cfd134243965c4d3907eb176e8048b1f5217
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.

Transparency log

Release files / mlx-0.32.2-cp314-cp314-macosx_26_0_arm64.whl

Download URL mlx-0.32.2-cp314-cp314-macosx_26_0_arm64.whl
Size 622.0 kB
Tags CPython 3.14 macOS 26.0+ ARM64
SHA-256 checksum
How to use checksums
3503617e3aa6a8e411df53236d5bca039fcca97556f1ade1c4e5cc8a64de52d2
BLAKE2b-256 checksum
How to use checksums
cef04cb126cdfffb6d976fedba1dc276cb714e1a37d6f47527dc5deeaa8a8668
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.

Transparency log

Release files / mlx-0.32.2-cp314-cp314-macosx_15_0_arm64.whl

Download URL mlx-0.32.2-cp314-cp314-macosx_15_0_arm64.whl
Size 622.1 kB
Tags CPython 3.14 macOS 15.0+ ARM64
SHA-256 checksum
How to use checksums
8fc433e35a7058e30f7a225c39fce06ba41394fe8e9fd67383b70f0b06de398c
BLAKE2b-256 checksum
How to use checksums
f8c86928f4b9ca8f190c7c7a19c0a67920aa1742c62c6e66b05f7a1e21da728c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.

Transparency log

Release files / mlx-0.32.2-cp314-cp314-macosx_14_0_arm64.whl

Download URL mlx-0.32.2-cp314-cp314-macosx_14_0_arm64.whl
Size 622.1 kB
Tags CPython 3.14 macOS 14.0+ ARM64
SHA-256 checksum
How to use checksums
c99e3b6451bb4a55071cf19594f564435bd88de77008f377e611a40a8bbfb328
BLAKE2b-256 checksum
How to use checksums
35c8d4f7c648d6ea7baee986047ca30647a5733df5b9c77bb0a262dc5aca0843
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.

Transparency log

Release files / mlx-0.32.2-cp313-cp313t-win_arm64.whl

Download URL mlx-0.32.2-cp313-cp313t-win_arm64.whl
Size 625.7 kB
Tags CPython 3.13 CPython 3.13 free-threading Windows ARM64
SHA-256 checksum
How to use checksums
c7670ffb854c11e6776349a3797fa076d1a2a00290ebe2e9cfed8b60ca4a5db0
BLAKE2b-256 checksum
How to use checksums
9af8291c026e2eea82cdcfc86ed71da6757ab82e419b3aa30603da4bd2be93b9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.

Transparency log

Release files / mlx-0.32.2-cp313-cp313t-win_amd64.whl

Download URL mlx-0.32.2-cp313-cp313t-win_amd64.whl
Size 652.1 kB
Tags CPython 3.13 CPython 3.13 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
f77e47e6c1e176a61ec1bb1f9e74d874482eea6eb86ffb162a1f3e789c806453
BLAKE2b-256 checksum
How to use checksums
408ac480999b9efaba3adaafa43abfebec40d3a1c9aa808091d3fe0700935c4c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.

Transparency log

Release files / mlx-0.32.2-cp313-cp313t-manylinux_2_35_x86_64.whl

Download URL mlx-0.32.2-cp313-cp313t-manylinux_2_35_x86_64.whl
Size 751.1 kB
Tags CPython 3.13 CPython 3.13 free-threading Linux glibc 2.35+ x86-64
SHA-256 checksum
How to use checksums
f6071e4973927966c12b3894deb75f4fcfc33300e0705312a80fdbbaa92a9c4f
BLAKE2b-256 checksum
How to use checksums
09b3a32e9312380efa2a0821e6abcf905b603942146cf4fb2e883dc130acbe42
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.

Transparency log

Release files / mlx-0.32.2-cp313-cp313t-manylinux_2_35_aarch64.whl

Download URL mlx-0.32.2-cp313-cp313t-manylinux_2_35_aarch64.whl
Size 695.2 kB
Tags CPython 3.13 CPython 3.13 free-threading Linux glibc 2.35+ ARM64
SHA-256 checksum
How to use checksums
9d21abe340403b6bf445e8494590a7341b655739088c92f178d7bd4241ba0110
BLAKE2b-256 checksum
How to use checksums
7dbbb351f3b2bad9c8e67a612f9bba4e9fadb0f85db3cfa7bff45d05edc0cf9c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.

Transparency log

Release files / mlx-0.32.2-cp313-cp313t-macosx_26_0_arm64.whl

Download URL mlx-0.32.2-cp313-cp313t-macosx_26_0_arm64.whl
Size 644.9 kB
Tags CPython 3.13 CPython 3.13 free-threading macOS 26.0+ ARM64
SHA-256 checksum
How to use checksums
bc69bd1062b97028ae6b79522ed0bd635a2b133fe3c398c03b66b060c20d9240
BLAKE2b-256 checksum
How to use checksums
0fa39feb2ed4bb045cb077beed6fec309154e3a4ec71ce6a714e8487d133e355
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.

Transparency log

Release files / mlx-0.32.2-cp313-cp313t-macosx_15_0_arm64.whl

Download URL mlx-0.32.2-cp313-cp313t-macosx_15_0_arm64.whl
Size 645.0 kB
Tags CPython 3.13 CPython 3.13 free-threading macOS 15.0+ ARM64
SHA-256 checksum
How to use checksums
c95a384de1a0c0ba18425344cad8ac87180e3c5c1921a42e2621475be5966bcf
BLAKE2b-256 checksum
How to use checksums
1044d50dd35a356323105f2d25aa5b463869e6dfe6e75cb2422e738472b6127a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.

Transparency log

Release files / mlx-0.32.2-cp313-cp313t-macosx_14_0_arm64.whl

Download URL mlx-0.32.2-cp313-cp313t-macosx_14_0_arm64.whl
Size 645.0 kB
Tags CPython 3.13 CPython 3.13 free-threading macOS 14.0+ ARM64
SHA-256 checksum
How to use checksums
dc5eb3cc30d4285f2734c368442f717599e97294663441cb42959e3b856d6898
BLAKE2b-256 checksum
How to use checksums
bf86c574112fc8193c6e032c4be3a394361dfa283a57e276a76538fa8da341df
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.

Transparency log

Release files / mlx-0.32.2-cp313-cp313-win_arm64.whl

Download URL mlx-0.32.2-cp313-cp313-win_arm64.whl
Size 607.9 kB
Tags CPython 3.13 Windows ARM64
SHA-256 checksum
How to use checksums
fe813a4dee2daa6d5ac496ef25117034728c77fe26f713983a3b406eb6f4e8f0
BLAKE2b-256 checksum
How to use checksums
886af2107ecd8d4322a81b49b9607a2f5005e9cbcf9f6972d74ddf61c3c61cca
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.

Transparency log

Release files / mlx-0.32.2-cp313-cp313-win_amd64.whl

Download URL mlx-0.32.2-cp313-cp313-win_amd64.whl
Size 621.1 kB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
50ced716f4ab860cbda9d65adf74877923fe26036c4e28d8f572ecec57621cfc
BLAKE2b-256 checksum
How to use checksums
4962cb8e0bb55a318e0745a2534f478d313b84cd8efc305c5f9e1aec633458f5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.

Transparency log

Release files / mlx-0.32.2-cp313-cp313-manylinux_2_35_x86_64.whl

Download URL mlx-0.32.2-cp313-cp313-manylinux_2_35_x86_64.whl
Size 743.3 kB
Tags CPython 3.13 Linux glibc 2.35+ x86-64
SHA-256 checksum
How to use checksums
583111ec13fedf63ddbfefda77dabd57168978f06474f5e5d2637180d154fcc4
BLAKE2b-256 checksum
How to use checksums
5ddb3c6c37077949963e67594b05fc817c1a40d7b6b236cb9e90b6811963859c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.

Transparency log

Release files / mlx-0.32.2-cp313-cp313-manylinux_2_35_aarch64.whl

Download URL mlx-0.32.2-cp313-cp313-manylinux_2_35_aarch64.whl
Size 680.0 kB
Tags CPython 3.13 Linux glibc 2.35+ ARM64
SHA-256 checksum
How to use checksums
45857fadb381fea3db57d9681b04c987813fa883f3182ec9fb05bc56f468978a
BLAKE2b-256 checksum
How to use checksums
f7240af50b41582fc138024d77a7b94bf8b4950fc2cad034dc55e3ce2d9c979a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.

Transparency log

Release files / mlx-0.32.2-cp313-cp313-macosx_26_0_arm64.whl

Download URL mlx-0.32.2-cp313-cp313-macosx_26_0_arm64.whl
Size 619.4 kB
Tags CPython 3.13 macOS 26.0+ ARM64
SHA-256 checksum
How to use checksums
df8c75e509de868fca148dfeb38d92ce956eed386569c87caeb72bd16d2d6962
BLAKE2b-256 checksum
How to use checksums
38969db8e27f384d83d3816ec7392c7a2b375979c14509d7f345d1fa3d05cac8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.

Transparency log

Release files / mlx-0.32.2-cp313-cp313-macosx_15_0_arm64.whl

Download URL mlx-0.32.2-cp313-cp313-macosx_15_0_arm64.whl
Size 619.4 kB
Tags CPython 3.13 macOS 15.0+ ARM64
SHA-256 checksum
How to use checksums
daebf84dfb857d70e87b1b98189a057e691e99a4a2b9f6f64cadebad917f8964
BLAKE2b-256 checksum
How to use checksums
2d96d333b83d04c31046d49d9e1f915c9da76eb264b8e4205bd36d428d09421f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.

Transparency log

Release files / mlx-0.32.2-cp313-cp313-macosx_14_0_arm64.whl

Download URL mlx-0.32.2-cp313-cp313-macosx_14_0_arm64.whl
Size 619.4 kB
Tags CPython 3.13 macOS 14.0+ ARM64
SHA-256 checksum
How to use checksums
65d3d29b66045ed8dd2d8e437c8770de325843c364f7b7c38cd8ae90a7eec854
BLAKE2b-256 checksum
How to use checksums
5ed70f9717acf577621ff0899f311eaa16abbfd2ee5a5c2156313f49d080cb5f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.

Transparency log

Release files / mlx-0.32.2-cp312-cp312-win_arm64.whl

Download URL mlx-0.32.2-cp312-cp312-win_arm64.whl
Size 607.9 kB
Tags CPython 3.12 Windows ARM64
SHA-256 checksum
How to use checksums
65beb9ce75153072808ef18913ecca3d929b87be5d7c1f57d9df391c04b6f957
BLAKE2b-256 checksum
How to use checksums
6d544b8b690a5322a92271214e49480d083f253ab48c81825ade92473828846f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.

Transparency log

Release files / mlx-0.32.2-cp312-cp312-win_amd64.whl

Download URL mlx-0.32.2-cp312-cp312-win_amd64.whl
Size 621.0 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
6c615ad1c6877d7d38affe8526446955cd48d6796e871150f59145cf0d1a265d
BLAKE2b-256 checksum
How to use checksums
113bf191c8f7ed84d50370fa8e4d390ed747dddd148c03756c8b7d4f7feb9084
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.

Transparency log

Release files / mlx-0.32.2-cp312-cp312-manylinux_2_35_x86_64.whl

Download URL mlx-0.32.2-cp312-cp312-manylinux_2_35_x86_64.whl
Size 743.3 kB
Tags CPython 3.12 Linux glibc 2.35+ x86-64
SHA-256 checksum
How to use checksums
8d270ade1e48e006383a6b5f33a3a4ec5c265389299a60a60bf55165af1770d9
BLAKE2b-256 checksum
How to use checksums
e23bd8cf1d13dd2d434095818cc6d28211e00b891a4a58a07b5ad5f0529a8162
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.

Transparency log

Release files / mlx-0.32.2-cp312-cp312-manylinux_2_35_aarch64.whl

Download URL mlx-0.32.2-cp312-cp312-manylinux_2_35_aarch64.whl
Size 680.2 kB
Tags CPython 3.12 Linux glibc 2.35+ ARM64
SHA-256 checksum
How to use checksums
48e8738b078eeb7bfde74931fc02d8aa9c32f05d3c0dbf97b5c3cbe0470fbddf
BLAKE2b-256 checksum
How to use checksums
429c1acf68f9d27d24bf1abeb0b2cff93155e93af81af2f3f08206f8a32bbf86
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.

Transparency log

Release files / mlx-0.32.2-cp312-cp312-macosx_26_0_arm64.whl

Download URL mlx-0.32.2-cp312-cp312-macosx_26_0_arm64.whl
Size 619.5 kB
Tags CPython 3.12 macOS 26.0+ ARM64
SHA-256 checksum
How to use checksums
68560fd648c5bb900aa6f6765cd74c5a8abaf092d97d73584a57b7545966c227
BLAKE2b-256 checksum
How to use checksums
0bebaf6b1a8b45f24d22e4735c52e0696c66233bd477e1b9e9dbbef225bdf88b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.

Transparency log

Release files / mlx-0.32.2-cp312-cp312-macosx_15_0_arm64.whl

Download URL mlx-0.32.2-cp312-cp312-macosx_15_0_arm64.whl
Size 619.4 kB
Tags CPython 3.12 macOS 15.0+ ARM64
SHA-256 checksum
How to use checksums
cf63fd5c32258ab07523b06401c20ee2280bf56e26e991d05bf6fd8a4d42d1f6
BLAKE2b-256 checksum
How to use checksums
bcbec821eed5b7c13b42c114aec54c757545d6eeecce25d3212ea7d18dd79cfd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.

Transparency log

Release files / mlx-0.32.2-cp312-cp312-macosx_14_0_arm64.whl

Download URL mlx-0.32.2-cp312-cp312-macosx_14_0_arm64.whl
Size 619.4 kB
Tags CPython 3.12 macOS 14.0+ ARM64
SHA-256 checksum
How to use checksums
77217798a2b036bae9f213b851d4cde4581893787c9964458b7d471f86036bd6
BLAKE2b-256 checksum
How to use checksums
38f75664e13821491559c953494e6705c818203d6880d713a0c22e12bead9564
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.

Transparency log

Release files / mlx-0.32.2-cp311-cp311-win_arm64.whl

Download URL mlx-0.32.2-cp311-cp311-win_arm64.whl
Size 606.0 kB
Tags CPython 3.11 Windows ARM64
SHA-256 checksum
How to use checksums
809ae9c6f944b5c60309eab5d6c042e4b69fb67bd9e87be86b8baa3f31df66e0
BLAKE2b-256 checksum
How to use checksums
9914392db43b1cfef7d41705b1ebcbc393a818704b5d328f2050c16ed71d021a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.

Transparency log

Release files / mlx-0.32.2-cp311-cp311-win_amd64.whl

Download URL mlx-0.32.2-cp311-cp311-win_amd64.whl
Size 620.6 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
cab5889fac45696cf2feb0e6157404cf814c0a54f1d44f1f6879d94b4d712b81
BLAKE2b-256 checksum
How to use checksums
3c7626e668e91898031641118c5cb8f8d9c0d39e17ba1116d3ae8c1abd13260a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.

Transparency log

Release files / mlx-0.32.2-cp311-cp311-manylinux_2_35_x86_64.whl

Download URL mlx-0.32.2-cp311-cp311-manylinux_2_35_x86_64.whl
Size 749.6 kB
Tags CPython 3.11 Linux glibc 2.35+ x86-64
SHA-256 checksum
How to use checksums
4bc6709cd92a46de44caade61ec7831647005e66113243f681168f67001155d9
BLAKE2b-256 checksum
How to use checksums
5e272aba257085d29e9b50467b3640dc5303a55e689e117e44c6f35f44e94942
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.

Transparency log

Release files / mlx-0.32.2-cp311-cp311-manylinux_2_35_aarch64.whl

Download URL mlx-0.32.2-cp311-cp311-manylinux_2_35_aarch64.whl
Size 710.3 kB
Tags CPython 3.11 Linux glibc 2.35+ ARM64
SHA-256 checksum
How to use checksums
765af966cb92abceb9d50b382908bea606d0796c04a9b4957f98ab630d030c36
BLAKE2b-256 checksum
How to use checksums
296e3ba0307df625f17848bc3b5f1afeeb3313393d14dab9d5854a40999c4406
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.

Transparency log

Release files / mlx-0.32.2-cp311-cp311-macosx_26_0_arm64.whl

Download URL mlx-0.32.2-cp311-cp311-macosx_26_0_arm64.whl
Size 626.0 kB
Tags CPython 3.11 macOS 26.0+ ARM64
SHA-256 checksum
How to use checksums
e0828c96a6b988afbe6f07cc39adc0470eba9121f7e356623a8fb9d9a6397533
BLAKE2b-256 checksum
How to use checksums
16f915c5b7313a73c33014e8082992a868b95b742c1966a57b684b7a3cffe597
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.

Transparency log

Release files / mlx-0.32.2-cp311-cp311-macosx_15_0_arm64.whl

Download URL mlx-0.32.2-cp311-cp311-macosx_15_0_arm64.whl
Size 625.9 kB
Tags CPython 3.11 macOS 15.0+ ARM64
SHA-256 checksum
How to use checksums
e507dc67d268cf78254e17756f25057198fe74791508fcbd1e6d967673a8d374
BLAKE2b-256 checksum
How to use checksums
c477a1f7b2ca95b5c5106eb00268a950e351deb3348cd5b5433861619d3b0de0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.

Transparency log

Release files / mlx-0.32.2-cp311-cp311-macosx_14_0_arm64.whl

Download URL mlx-0.32.2-cp311-cp311-macosx_14_0_arm64.whl
Size 625.9 kB
Tags CPython 3.11 macOS 14.0+ ARM64
SHA-256 checksum
How to use checksums
238b50d2ee3917c836e73f9446011518b79ff094940eb0107fa6cd17d02a2eca
BLAKE2b-256 checksum
How to use checksums
4e3cf56f5de7188b0b5855046244b1ebb6f2055cc298c9f7336b69cc2013ad23
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.

Transparency log

Release files / mlx-0.32.2-cp310-cp310-win_amd64.whl

Download URL mlx-0.32.2-cp310-cp310-win_amd64.whl
Size 620.9 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
b868f8e9c4f6d143c4977ae889960e7e5a5b07103ed50bcf00889be95a130335
BLAKE2b-256 checksum
How to use checksums
f66ead7f618711434b9206800fff481f9405fe6b9bd7db161f5afe4e576aec30
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.

Transparency log

Release files / mlx-0.32.2-cp310-cp310-manylinux_2_35_x86_64.whl

Download URL mlx-0.32.2-cp310-cp310-manylinux_2_35_x86_64.whl
Size 749.3 kB
Tags CPython 3.10 Linux glibc 2.35+ x86-64
SHA-256 checksum
How to use checksums
71865f82b36768f9d6f7d94a1e19a5609e85abe8e90577ab027e1b13da03c777
BLAKE2b-256 checksum
How to use checksums
75fd5b722a98e4784c6741af8e68e637f2393c28ec675028ddfe4c134635bd62
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.

Transparency log

Release files / mlx-0.32.2-cp310-cp310-manylinux_2_35_aarch64.whl

Download URL mlx-0.32.2-cp310-cp310-manylinux_2_35_aarch64.whl
Size 710.4 kB
Tags CPython 3.10 Linux glibc 2.35+ ARM64
SHA-256 checksum
How to use checksums
b50c3d6724ad36a7ed173043a78d2c2ec5fc1b83df8ccac562ccb049d80d8601
BLAKE2b-256 checksum
How to use checksums
d457f45c890be85e94edc11473abd908d666542010b71cda77859c525d54264d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.

Transparency log

Release files / mlx-0.32.2-cp310-cp310-macosx_26_0_arm64.whl

Download URL mlx-0.32.2-cp310-cp310-macosx_26_0_arm64.whl
Size 626.3 kB
Tags CPython 3.10 macOS 26.0+ ARM64
SHA-256 checksum
How to use checksums
a1d43722f22d95435ce344bacbaed09128b5b982b12a1b7d5f0b695696e7a84f
BLAKE2b-256 checksum
How to use checksums
ca9c04de2461873c311dca13ae427108ce783696e17834b0691961be1b7763bf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.

Transparency log

Release files / mlx-0.32.2-cp310-cp310-macosx_15_0_arm64.whl

Download URL mlx-0.32.2-cp310-cp310-macosx_15_0_arm64.whl
Size 626.3 kB
Tags CPython 3.10 macOS 15.0+ ARM64
SHA-256 checksum
How to use checksums
c8b6ac97e9b0f0c3df50563af6a6e9aab72e9bc2872c8962fcfa84792013a1fe
BLAKE2b-256 checksum
How to use checksums
6c224d8c37531625fc452e8a0bb00df31fbdc7381578d208ca3f4cb8069f6214
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.

Transparency log

Release files / mlx-0.32.2-cp310-cp310-macosx_14_0_arm64.whl

Download URL mlx-0.32.2-cp310-cp310-macosx_14_0_arm64.whl
Size 626.3 kB
Tags CPython 3.10 macOS 14.0+ ARM64
SHA-256 checksum
How to use checksums
fe8c1ecdad687259944b76d67621b00536b00194557588a4604a45efcd238d8e
BLAKE2b-256 checksum
How to use checksums
1896315e758cb589406ca13e7ae951efa51f13b612af88244a72a6148a3cbc8e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

0.32.2 This release

48 release files

0.8.1

10 release files

0.7.0

10 release files

0.4.0

10 release files

0.3.0

10 release files

0.0.9

10 release files

0.0.6

10 release files

0.0.5

10 release files

0.0.3

8 release files

0.0.2

8 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page